home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / TOOLS / BTRWATCH.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1991-09-15  |  1.2 KB  |  23 lines

  1.                                  BTR WATCH
  2.                      A memory resident Btrieve Debugger
  3.                      (c) 1991 Informative Technologies
  4.  
  5.         Btrieve is Novell's record-manager system designed to aid PC
  6.     programmers in the development of applications. Btrieve handles
  7.     all of the tasks associated with managing indexed records. Btrieve
  8.     is loaded as a TSR and applications make calls to Btrieve to access
  9.     indexed files.
  10.         Btr Watch is a memory resident Btrieve debugger. Btr Watch can
  11.     trace all Btrieve file accesses and log them to a ASCII file.
  12.     Btr Watch is loaded after Btrieve, but before the Btrieve application
  13.     program. Btr Watch can be used with any DOS application that uses
  14.     Btrieve.
  15.         Btr Watch is a set of two programs. The first program is a TSR
  16.     that loads into memory between Btrieve and the application program.
  17.     This program intercepts Btrieve calls and logs them to a file.
  18.     The second part of Btr Watch is a program to view the log file and to
  19.     set the options of Btr Watch.
  20.  
  21.     If you are in a hurry to begin using Btr Watch, see the "Quick Start"
  22.     section of BTRWATCH.DOC.
  23.